Skip to content

refactor(meshstack/noop): take the runner's endpoint from test_context - #314

Merged
JohannesRudolph merged 1 commit into
mainfrom
claude/noop-runner-endpoint-from-test-context
Sep 7, 2026
Merged

refactor(meshstack/noop): take the runner's endpoint from test_context#314
JohannesRudolph merged 1 commit into
mainfrom
claude/noop-runner-endpoint-from-test-context

Conversation

@JohannesRudolph

Copy link
Copy Markdown
Member

The meshstack/noop runner e2e module reads the meshStack endpoint from TF_VAR_meshstack_endpoint.
It is not a secret, so by the e2e-test skill's rule it belongs in test_context — the harness now
publishes it there.

This is the last TF_VAR_* fixture in the module. After it, the harness workflow's export can go and
the runner takes every environment fact from one place.

Depends on

Stacked on #288 (base branch), which is the same change for the GCP project id. Retarget to main
happens automatically when #288 merges.

Also needs the harness PR that publishes test_context.meshstack_endpoint to be merged and
applied
— until 02_fixtures state carries the field, test_context cannot hand it over and this
module fails at plan time. Cross-linked from that PR.

Verification

tofu validate on the runner module with TF_VAR_test_context supplied. The e2e run is verified by
a single-module dispatch once the harness field exists.

🤖 Generated with Claude Code

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Scorecard Check

Scorecard run on commit 48e0753ce59bcc266cfefe6512f466753f39e86b relative to origin/main

📊 meshstack-hub Module Scorecard

Generated: 2026-09-07 | Modules scanned: 1 | Categories: 7

📋 Per-Module Category Summary

Score per category per building block. n/a = category does not apply to this module.

Module Overall Core Structure Integration AWS Backplane Azure Backplane GCP Backplane STACKIT Backplane Testing
meshstack/noop 🟢 96% 🟢 83% 🟢 100% n/a n/a n/a n/a 🟢 100%

⚠️ 1 module has failing checks — failing categories are expanded below.

Core Structure — some checks failing

Basic module file structure and documentation — applies to 1 modules

Module Score 📦 🔗 📋 📝 🖼️ 📌 🚦 🔒
meshstack/noop 🟢 83%

Core Structure — Summary

Emoji Criterion Coverage Status
📦 buildingblock/ directory exists 1/1 🟢 100%
🔗 meshstack_integration.tf present 1/1 🟢 100%
📋 buildingblock/APP_TEAM_README.md present (no-integration fallback) n/a
📝 buildingblock/README.md with YAML front-matter 1/1 🟢 100%
🖼️ buildingblock/logo.png included 1/1 🟢 100%
📌 buildingblock/versions.tf present 1/1 🟢 100%
🚦 Child meshstack_building_block asserts a SUCCEEDED run n/a
🔒 Provider versions use minimum constraint (>=) 0/1 🔴 0%
Integration — ✅ all passing

meshstack_integration.tf conventions — applies to 1 modules

Module Score 🏷️ 🏢 📤 🔌 📎 🔀 🌱 📋 🏷️ 🧱 📖 📝 📊 🚫 🔄
meshstack/noop 🟢 100%

Integration — Summary

Emoji Criterion Coverage Status
🏷️ variable "hub" in integration 1/1 🟢 100%
🏢 variable "meshstack" in integration 1/1 🟢 100%
📤 building_block_definition output exposed 1/1 🟢 100%
🔌 meshcloud/meshstack in required_providers 1/1 🟢 100%
📎 backplane source uses var.hub.git_ref 1/1 🟢 100%
🔀 ref_name uses var.hub.git_ref 1/1 🟢 100%
🌱 BBD terraform_version >= 1.12.0 1/1 🟢 100%
📋 version_spec.draft uses var.hub.bbd_draft 1/1 🟢 100%
🏷️ BBD metadata.tags forwards var.meshstack.tags 1/1 🟢 100%
🧱 BBD input argument vars with optional() have explicit defaults 1/1 🟢 100%
📖 BBD readme field present 1/1 🟢 100%
📝 BBD readme starts with plain-text description (no heading) 1/1 🟢 100%
📊 BBD readme has shared responsibility table (✅/❌) 1/1 🟢 100%
🚫 No documentation_md output in backplane 1/1 🟢 100%
🔄 meshstack_platform has lifecycle ignore_changes = [availability] n/a
AWS Backplane — not applicable

AWS automation principal conventions (WIF or cross-account StackSet) — applies to 0 modules

No applicable modules.

Azure Backplane — not applicable

Azure UAMI-based automation principal conventions — applies to 0 modules

No applicable modules.

GCP Backplane — not applicable

GCP workload-identity-federation automation principal conventions — applies to 0 modules

No applicable modules.

STACKIT Backplane — not applicable

STACKIT WIF-based automation principal conventions — applies to 0 modules

No applicable modules.

Testing — ✅ all passing

End-to-end test coverage — applies to 1 modules

Module Score ⚙️ 🧪 🚫
meshstack/noop 🟢 100%

Testing — Summary

Emoji Criterion Coverage Status
⚙️ backplane/ directory (optional tier) 1/1 🟢 100%
🧪 e2e/ test directory exists 1/1 🟢 100%
🚫 no .tftest.hcl outside e2e/ 1/1 🟢 100%
e2e/ contains .tftest.hcl files 1/1 🟢 100%

@JohannesRudolph
JohannesRudolph marked this pull request as ready for review September 7, 2026 19:32
Base automatically changed from claude/meshstack-smoke-test-pr49-31ccac to main September 7, 2026 19:45
The last environment fact this module read from a TF_VAR_. The harness now publishes the endpoint in
test_context, so the module reads it there like everything else, and the workflow's export can go.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@JohannesRudolph
JohannesRudolph force-pushed the claude/noop-runner-endpoint-from-test-context branch from 45c6de5 to 98aab7d Compare September 7, 2026 19:56
@JohannesRudolph
JohannesRudolph merged commit 1b67eb9 into main Sep 7, 2026
3 checks passed
@JohannesRudolph
JohannesRudolph deleted the claude/noop-runner-endpoint-from-test-context branch September 7, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant